home *** CD-ROM | disk | FTP | other *** search
/ Cre@te Online 2000 December / Cre@teOnline CD05.iso / MacSoft / XML ConsoleMax.sea / XML ConsoleMax / Required / swingall.jar / javax / swing / JEditorPane$AccessibleJEditorPaneHTML.class (.txt) < prev    next >
Encoding:
Java Class File  |  1999-07-15  |  654 b   |  18 lines

  1. package javax.swing;
  2.  
  3. import javax.accessibility.AccessibleText;
  4.  
  5. public class JEditorPane$AccessibleJEditorPaneHTML extends JEditorPane.AccessibleJEditorPane {
  6.    // $FF: synthetic field
  7.    private final JEditorPane this$0;
  8.  
  9.    protected JEditorPane$AccessibleJEditorPaneHTML(JEditorPane var1) {
  10.       super(var1);
  11.       this.this$0 = var1;
  12.    }
  13.  
  14.    public AccessibleText getAccessibleText() {
  15.       return new JEditorPane.JEditorPaneAccessibleHypertextSupport(this.this$0);
  16.    }
  17. }
  18.